ServiceCopyItem Method (IListItemId, FolderId) |
Copies multiple items.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<ItemInfoResponse> CopyItem(
IList<ItemId> items,
FolderId targetFolderId
)
Public Function CopyItem (
items As IList(Of ItemId),
targetFolderId As FolderId
) As IList(Of ItemInfoResponse)
Parameters
- items
- Type: System.Collections.GenericIListItemId
The IDs of the items to copy. - targetFolderId
- Type: Independentsoft.ExchangeFolderId
The ID of the folder to copy the items to.
Return Value
Type:
IListItemInfoResponseA collection of copy results for each of the specified item IDs.
See Also